home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 33
/
Amiga Format AFCD33 (Issue 117, Dec 1998).iso
/
+system+
/
tools
/
disk_tools
/
undelete
/
copytoc
next >
Wrap
Text File
|
1998-09-07
|
291b
|
14 lines
.
if exists C:Echo
resident C:Echo
endif
echo ""
echo "This script will copy `UnDelete' to your C: directory."
ask "Continue? [y/N]"
if WARN
copy UnDelete C:
echo "Ready."
echo "DO read `UnDelete.doc'; it's small but important!"
echo ""
endif
echo "Select closegadget..."